home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / newprinternotification.conf < prev    next >
Text File  |  2008-10-20  |  792b  |  25 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.     <policy at_console="true">
  6.         <allow own="com.redhat.NewPrinterNotification"/>
  7.     </policy>
  8.  
  9.     <policy user="root">
  10.         <allow own="com.redhat.NewPrinterNotification"/>
  11.     </policy>
  12.  
  13.     <policy user="root">
  14.         <allow send_destination="com.redhat.NewPrinterNotification"/>
  15.                 <allow send_interface="com.redhat.NewPrinterNotification"/>
  16.     </policy>
  17.     
  18.         <policy context="default">
  19.                 <deny own="com.redhat.NewPrinterNotification"/>
  20.  
  21.                 <deny send_destination="com.redhat.NewPrinterNotification"/>
  22.                 <deny send_interface="com.redhat.NewPrinterNotification"/>
  23.         </policy>
  24. </busconfig>
  25.